home *** CD-ROM | disk | FTP | other *** search
- .key PATTERN/A
- .bra {
- .ket }
-
- ; This script can make many files permanent based
- ; on pattern matching.
- ;
- ; $VER: MakePermanent 1.0 (12.11.97)
- ; By Kenneth "Kenny" Nilsen (kenny@bgnett.no)
- ;
- ; USAGE: MakePermanent <pattern>
- ;
- ; NOTE: The commands must be in the command search path. To be safe
- ; copy the commands in C: or add the path where you keep the commands to
- ; the global search path (startup-sequence: path <path> ADD).
-
- list {PATTERN} files lformat="echo *"Processing file '%N'... please wait!*"*nS16MakePermanent %P%N" >t:tmp.16
-
- ;-- convert files
-
- echo "Making files permanent - please wait!"
-
- execute t:tmp.16
- delete t:tmp.16 >nil:
-
- echo "Done"
-
- lab Final
-